home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / X11 / Xsession.d / 60seahorse-plugins < prev    next >
Encoding:
Text File  |  2009-04-14  |  179 b   |  9 lines

  1. # This file is sourced by Xsession(5), not executed.
  2.  
  3. SEAHORSE=/usr/bin/seahorse-agent
  4.  
  5. if [ -n "$GNOMERC" ] && [ -x $SEAHORSE ]; then
  6.     STARTUP="$SEAHORSE --execute $STARTUP"
  7. fi
  8.  
  9.